public methods for utilities.c More...
Go to the source code of this file.
Defines | |
| #define | CONVERT_TO_INT(lsb, msb) ((lsb) + 0x0100*(msb)) |
| #define | LSB(num) ((num) & 0xFF) |
| #define | MSB(num) ((num) >> 8) |
Functions | |
| void | initializeBuffer (unsigned char *buf, unsigned char len) |
| void | printBinary (unsigned char n) |
public methods for utilities.c
| void initializeBuffer | ( | unsigned char * | buf, | |
| unsigned char | len | |||
| ) |
Fills the messagePartBuffer with DEADBEEF to aid in debugging
| void printBinary | ( | unsigned char | n | ) |
Prints a number in its binary form
1.6.3